crypto/internal/hpke.dhKEM.ExtractAndExpand (method)

2 uses

	crypto/internal/hpke (current package)
		hpke.go#L84: func (dh *dhKEM) ExtractAndExpand(dhKey, kemContext []byte) []byte {
		hpke.go#L108: 	return dh.ExtractAndExpand(dhVal, kemContext), encPubEph, nil